home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / t3dsrc.lha / writenff_protos.h < prev    next >
Text File  |  1993-01-30  |  269b  |  16 lines

  1. /* Prototypes for functions defined in
  2. writenff.c
  3.  */
  4.  
  5. static void send_XYZ(XYZ_st * f);
  6.  
  7. static void send_RGB(RGB_st * rgb);
  8.  
  9. int write_NFF(WORLD * world,
  10.               FILE * file);
  11.  
  12. static void process_DESC(OBJECT * object);
  13.  
  14. static void process_INFO(INFO * info);
  15.  
  16.